Version

x Property

Returns the current x coordinate of the mouse in relation to the window. The current x coordinate.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_x() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropMoveEventArgs.get_x();
See Also